home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / grphca22.zip / EXAMPLES.ZIP / GRAPH1.PLT < prev    next >
Text File  |  1993-02-03  |  644b  |  35 lines

  1. [ graph1.plt
  2.  
  3. paper size 11 by 8.5
  4. x log ; y log
  5. char size 0.2
  6. map x 100.0 10000.0 y 1 10000.0
  7. draw x ref y ref
  8. xlabel 'Specific conductance (\F2 g\F1 ), \F2 m\F1 mhos'
  9. ylabel 'Concentration (ppm)'
  10. title 'as computed from total EPM (\F2 b)'
  11. title 'SPECIFIC CONDUCTIVITY OF AQUEOUS SOLUTIONS'
  12. title 'GRAPH1.PLT'
  13. data
  14. 90 120
  15. 12000 1200
  16. end
  17. plot x y con
  18. pen style 2
  19. data
  20. 70 50
  21. 15000 800
  22. end
  23. plot x y con
  24. pen style 3
  25. data
  26. 80 30
  27. 11000 900
  28. end
  29. plot x y con
  30. legend at 4.75 3.5
  31. pen 1 'NaHCO\D3\U \F2 g\F1 = 90.0\F2 b'
  32. pen 2 'Na\D2\USO\D4\U \F2 g\F1 =123.0\F2 b\U0.939'
  33. pen 3 'NaCl    \F2 g\F1 =101.0\F2 b\U0.949'
  34. end
  35.